QuickOPC User's Guide and Reference
DAVtq<TValue> Constructor(TValue,DateTime)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAVtq<TValue> Class > DAVtq<TValue> Constructor : DAVtq<TValue> Constructor(TValue,DateTime)
The actual data value.
The timestamp of the data.
Initializes a new instance of the class. Initializes a new instance of the class, with the specified data value and timestamp.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As TValue, _
   ByVal timestamp As Date _
)
 
'Usage
 
Dim value As TValue
Dim timestamp As Date
 
Dim instance As New DAVtq(Of TValue)(value, timestamp)

Parameters

value
The actual data value.
timestamp
The timestamp of the data.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAVtq<TValue> Class
DAVtq<TValue> Members
Overload List